PurchaseGoodCategoryTranslation entities
Name | Type | Is Mandatory |
---|---|---|
PurchaseGoodCategoryTranslationId | Guid | |
PurchaseGoodCategoryId | Int16 | |
LanguageId | String | |
Label | String | |
Language | Language | |
PurchaseGoodCategory | PurchaseGoodCategory |
Select all PurchaseGoodCategoryTranslations
https://customerapi.fts-crm360.com/data/PurchaseGoodCategoryTranslations()
HttpMethod : GET
Json Result :
[
{
"PurchaseGoodCategoryTranslationId" : "f020d12b-9a52-4af2-bbb8-6e97961b9186",
"PurchaseGoodCategoryId" : "1",
"LanguageId" : "dKBtJNGG oNSI0TgeR",
"Label" : "o2tCgN Q"
},
{
"PurchaseGoodCategoryTranslationId" : "0cd97788-3b48-4a2e-b670-b7e203e69063",
"PurchaseGoodCategoryId" : "3",
"LanguageId" : "a DMAcj2vcn36rsQ",
"Label" : "DjRKxl YBvGgev83V9n"
},
...
]
Select PurchaseGoodCategoryTranslation by Id
https://customerapi.fts-crm360.com/data/PurchaseGoodCategoryTranslations(guid'7a6e3696-d294-4792-80ba-38f626e22c83')
HttpMethod : GET
Json Result :
{
"PurchaseGoodCategoryTranslationId" : "bdc34171-19da-4fad-bce3-c170a1db02fb",
"PurchaseGoodCategoryId" : "2",
"LanguageId" : "HYvpv",
"Label" : "w6AWQQVs7ko o"
}